Produced by Araxis Merge on 2021-05-13 09:08:38 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | /Applications/Ampps/www/Porto 3.2.2/Theme Files/Magento 2.x/Porto Theme/app/code/Mageplaza/Core/view/base | requirejs-config.js | 2018-03-18 12:25:58 +0000 |
| 2 | /Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/code/Mageplaza/Core/view/base | requirejs-config.js | 2021-02-14 02:14:30 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 72 |
| Changed | 1 | 3 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | /** | 1 | /** | |||
| 2 | * Mageplaza | 2 | * Mageplaza | |||
| 3 | * | 3 | * | |||
| 4 | * NOTICE OF LICENSE | 4 | * NOTICE OF LICENSE | |||
| 5 | * | 5 | * | |||
| 6 | * This source file is subject to the Mageplaza.com license that is | 6 | * This source file is subject to the Mageplaza.com license that is | |||
| 7 | * available through the world-wide-web at this URL: | 7 | * available through the world-wide-web at this URL: | |||
| 8 | * https://www.mageplaza.com/LICENSE.txt | 8 | * https://www.mageplaza.com/LICENSE.txt | |||
| 9 | * | 9 | * | |||
| 10 | * DISCLAIMER | 10 | * DISCLAIMER | |||
| 11 | * | 11 | * | |||
| 12 | * Do not edit or add to this file if you wish to upgrade this extension to newer | 12 | * Do not edit or add to this file if you wish to upgrade this extension to newer | |||
| 13 | * version in the future. | 13 | * version in the future. | |||
| 14 | * | 14 | * | |||
| 15 | * @category Mageplaza | 15 | * @category Mageplaza | |||
| 16 | * @package Mageplaza_Core | 16 | * @package Mageplaza_Core | |||
| 17 | * @copyright Copyright (c) 2016-2018 Mageplaza (http://www.mageplaza.com/) | 17 | * @copyright Copyright (c) 2016-2018 Mageplaza (http://www.mageplaza.com/) | |||
| 18 | * @license https://www.mageplaza.com/LICENSE.txt | 18 | * @license https://www.mageplaza.com/LICENSE.txt | |||
| 19 | */ | 19 | */ | |||
| 20 | 20 | |||||
| 21 | var config = { | 21 | var config = { | |||
| 22 | paths: { | 22 | paths: { | |||
| 23 | 'mageplaza/core/jquery/popup': 'Mageplaza_Core/js/jquery.magnific-popup.min', | 23 | 'mageplaza/core/jquery/popup': 'Mageplaza_Core/js/jquery.magnific-popup.min', | |||
| 24 | 'mageplaza/core/owl.carousel': 'Mageplaza_Core/js/owl.carousel.min', | 24 | 'mageplaza/core/owl.carousel': 'Mageplaza_Core/js/owl.carousel.min', | |||
| 25 | 'mageplaza/core/bootstrap': 'Mageplaza_Core/js/bootstrap.min', | 25 | 'mageplaza/core/bootstrap': 'Mageplaza_Core/js/bootstrap.min', | |||
| 26 | mpIonRangeSlider: 'Mageplaza_Core/js/ion.rangeSlider.min', | 26 | mpIonRangeSlider: 'Mageplaza_Core/js/ion.rangeSlider.min', | |||
| 27 | touchPunch: 'Mageplaza_Core/js/jquery.ui.touch-punch.min', | 27 | touchPunch: 'Mageplaza_Core/js/jquery.ui.touch-punch.min', | |||
| 28 | mpDevbridgeAutocomplete: 'Mageplaza_Core/js/jquery.autocomplete.min' | 28 | mpDevbridgeAutocomplete: 'Mageplaza_Core/js/jquery.autocomplete.min' | |||
| 29 | }, | 29 | }, | |||
| 30 | shim: { | 30 | shim: { | |||
| 31 | "mageplaza/core/jquery/popup": ["jquery"], | 31 | "mageplaza/core/jquery/popup": ["jquery"], | |||
| 32 | "mageplaza/core/owl.carousel": ["jquery"], | 32 | "mageplaza/core/owl.carousel": ["jquery"], | |||
| 33 | "mageplaza/core/bootstrap": ["jquery"], | 33 | "mageplaza/core/bootstrap": ["jquery"], | |||
| 34 | mpIonRangeSlider: ["jquery"], | 34 | mpIonRangeSlider: ["jquery"], | |||
| 35 | mpDevbridgeAutocomplete: ["jquery"], | 35 | mpDevbridgeAutocomplete: ["jquery"] | |||
| 36 | touchPunch: ['jquery', 'jquery/ui'] | |||||
| 37 | } | 36 | } | |||
| 38 | }; | 37 | }; |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.